runtime.inlineUnwinder.srcFunc (method)
10 uses
runtime (current package)
preempt.go#L418: name := u.srcFunc(uf).name()
symtab.go#L123: sf := u.srcFunc(uf)
symtab.go#L184: sf := u.srcFunc(uf)
symtab.go#L223: funcID := u.srcFunc(uf).funcID
symtab.go#L665: sf := u.srcFunc(uf)
symtabinl.go#L94: func (u *inlineUnwinder) srcFunc(uf inlineFrame) srcFunc {
trace.go#L1383: sf := u.srcFunc(uf)
traceback.go#L634: sf := iu.srcFunc(uf)
traceback.go#L991: sf := iu.srcFunc(uf)
traceback.go#L1093: printFuncName(u.srcFunc(uf).name())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |